object FormAgregarFiltros: TFormAgregarFiltros Tag = 74600 Left = 320 Top = 308 BorderIcons = [biSystemMenu] BorderStyle = bsSingle BorderWidth = 11 Caption = 'Filtrar informe' ClientHeight = 307 ClientWidth = 560 Color = 14215660 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Icon.Data = {} KeyPreview = True OldCreateOrder = True Position = poScreenCenter Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object BTBuscaCancelar: TPlaButton Tag = 2400 Left = 469 Top = 286 Width = 73 Height = 21 Caption = '&Cancelar' TabOrder = 2 TabStop = False Cancel = True ModalResult = 2 end object BTBuscaAceptar: TPlaButton Tag = 2200 Left = 388 Top = 286 Width = 73 Height = 21 Caption = '&Aceptar' TabOrder = 1 OnClick = BTBuscaAceptarClick Default = True ModalResult = 1 end object PlaGroupBox1: TPlaGroupBox Left = 3 Top = 0 Width = 542 Height = 271 TitleFont.Charset = ANSI_CHARSET TitleFont.Color = 13977088 TitleFont.Height = -11 TitleFont.Name = 'Tahoma' TitleFont.Style = [] Caption = 'Filtros' TabOrder = 0 object Label25: TLabel Tag = 75400 Left = 57 Top = 19 Width = 466 Height = 13 Caption = 'Puedes filtrar la informaci�n que deseas ver en el informe por e' + 'l tipo de incidencia y por su fecha.' Constraints.MinWidth = 410 Transparent = True WordWrap = True end object Image1: TImage Left = 14 Top = 22 Width = 32 Height = 32 Picture.Data = {} Transparent = True end object GBFecha: TPlaGroupBox Tag = 24100 Left = 354 Top = 52 Width = 173 Height = 113 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = 8408344 TitleFont.Height = -11 TitleFont.Name = 'Tahoma' TitleFont.Style = [] Caption = 'Fechas' TabOrder = 0 object LabelInicio: TLabel Tag = 14300 Left = 12 Top = 52 Width = 25 Height = 13 Caption = 'Inicio' Transparent = True end object LabelFin: TLabel Tag = 24200 Left = 12 Top = 82 Width = 14 Height = 13 Caption = 'Fin' Transparent = True end object CBFecha: TPlaComboBox Tag = 59800 Left = 12 Top = 20 Width = 149 Height = 21 HelpContext = 2027 Style = csDropDownList TabOrder = 0 OnChange = CBFechaChange Items.Strings = ( 'Todas' 'Antes o igual a' 'Despues o igual a' 'Entre') end object DTInicio: TPlaDateTimePicker Left = 70 Top = 50 Width = 90 Height = 21 Date = 37246.745689664300000000 DateFormat = dfShort DateMode = dmComboBox Kind = dtkDate ParseInput = True ParentColor = True TabOrder = 1 TabStop = False Time = 37246.745689664300000000 OnCloseUp = DTInicioFinChange OnChange = DTInicioFinChange end object DTFin: TPlaDateTimePicker Left = 70 Top = 80 Width = 90 Height = 21 Date = 37246.746693310200000000 DateFormat = dfShort DateMode = dmComboBox Kind = dtkDate ParseInput = True ParentColor = True TabOrder = 2 TabStop = False Time = 37246.746693310200000000 OnChange = DTInicioFinChange end end object PLVTiposIncidencia: TPlaListView Left = 57 Top = 56 Width = 288 Height = 173 Color = clWhite CheckBoxes = True Columns = < item Width = 285 Caption = 'Tipo de incidencia' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] end> DragCursor = crDrag DragMode = dmManual HideSelection = True MultiSelect = False ParentColor = False ShowColumnHeaders = True TabOrder = 1 Data = {000100000000FE} end object PBTodos: TPlaButton Left = 57 Top = 238 Width = 135 Height = 21 Caption = 'Seleccionar todas' TabOrder = 2 OnClick = PBTodosClick end object PBNinguno: TPlaButton Left = 208 Top = 238 Width = 135 Height = 21 Caption = 'Deseleccionar todas' TabOrder = 3 OnClick = PBNingunoClick end end end